summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2023-06-06 23:15:41 +0200
committerGitHub <noreply@github.com>2023-06-06 23:15:41 +0200
commit238e46ec9339e1f4e8b3fb565b2c8679f14a47ff (patch)
treef622ce98dd17201fb3a8931381b425a670842634
parentMerge pull request #10649 from german77/version (diff)
parentgitmodules: Fix libadrenotools submodule (diff)
downloadyuzu-238e46ec9339e1f4e8b3fb565b2c8679f14a47ff.tar
yuzu-238e46ec9339e1f4e8b3fb565b2c8679f14a47ff.tar.gz
yuzu-238e46ec9339e1f4e8b3fb565b2c8679f14a47ff.tar.bz2
yuzu-238e46ec9339e1f4e8b3fb565b2c8679f14a47ff.tar.lz
yuzu-238e46ec9339e1f4e8b3fb565b2c8679f14a47ff.tar.xz
yuzu-238e46ec9339e1f4e8b3fb565b2c8679f14a47ff.tar.zst
yuzu-238e46ec9339e1f4e8b3fb565b2c8679f14a47ff.zip
-rw-r--r--.github/workflows/verify.yml (renamed from .github/workflows/build.yml)21
-rw-r--r--.gitmodules2
2 files changed, 1 insertions, 22 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/verify.yml
index 916717364..bd4141f56 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/verify.yml
@@ -165,24 +165,3 @@ jobs:
with:
name: android
path: artifacts/
- release:
- runs-on: ubuntu-latest
- needs: [ android ]
- if: ${{ startsWith(github.ref, 'refs/tags/') }}
- steps:
- - uses: actions/download-artifact@v3
- - name: Create release
- uses: actions/create-release@v1
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- with:
- tag_name: ${{ github.ref_name }}
- release_name: ${{ github.ref_name }}
- draft: false
- prerelease: false
- - name: Upload artifacts
- uses: alexellis/upload-assets@0.4.0
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- with:
- asset_paths: '["./**/*.tar.*","./**/*.AppImage","./**/*.7z","./**/*.zip","./**/*.apk","./**/*.aab"]'
diff --git a/.gitmodules b/.gitmodules
index ad7a9b970..95eae8109 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -49,6 +49,6 @@
[submodule "cpp-jwt"]
path = externals/cpp-jwt
url = https://github.com/arun11299/cpp-jwt.git
-[submodule "externals/libadrenotools"]
+[submodule "libadrenotools"]
path = externals/libadrenotools
url = https://github.com/bylaws/libadrenotools